home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr26
/
netprog.zip
/
NETPROG.TAR
/
rcmd
/
Makefile
next >
Wrap
Makefile
|
1989-12-17
|
163b
|
13 lines
#
CFLAGS = -O
all: rshd rcmd.o
rshd: rshd.o rresvport.o ruserok.o
cc $(CFLAGS) -o $@ rshd.o rresvport.o ruserok.o
#
clean:
rm -f *.o *.out temp.* core rshd